home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00298_Script_298
< prev
next >
Wrap
Text File
|
1995-10-10
|
413b
|
25 lines
on enterFrame
repeat with x = 3 to 7
if Rollover(x)= FALSE then
puppetSprite x,TRUE
set the visible of sprite x to FALSE
puppetSprite x,FALSE
end if
end repeat
end
on mouseUp
global Clips
ChangeScreenSize Clips, "160,140",0
end
on exitFrame
global movieID
--if comp then compilemov
updatestage
QTMovie("Direct",movieID,"Idle")
updatestage
end